home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 February
/
Gamestar_81_2006-02_dvd.iso
/
Red Shark
/
Resources
/
Mission5Strings.script
< prev
next >
Wrap
Text File
|
2002-07-03
|
1KB
|
43 lines
//-------------------------------------------------------------------
//
// This code is copyright 2001 by G5 Software.
// Any unauthorized usage, either in part or in whole of this code
// is strictly prohibited. Violators WILL be prosecuted to the
// maximum extent allowed by law.
//
//-------------------------------------------------------------------
//
// Mission strings
//
class CClearVillageMission_Strings
{
final static array m_MissionObjectives = array(
"Osvobodit KolyÜev",
"NezniΦit p°i operaci civilnφ objekty"
);
final static array m_BonusMissionObjectives = array(
);
final static string str_StatisticsTitle = "pokus: ";
final static string str_EnemyDestroyedMsg = "PoΦet zniΦen²ch objekt∙ protivnφka: ";
final static string str_CivilianDestroyedMsg = "PoΦet zniΦen²ch civilnφch objekt∙: ";
final static array m_NavigationPoints = array(
"KolyÜev",
"MarÜevka",
"Gotovtsevo",
"Barinovo",
"Kamovo",
"Korzebino",
"OveÜkino",
"Gerasimovo",
"Ozerino"
);
}